From: Keir Fraser Date: Mon, 29 Jun 2009 09:58:56 +0000 (+0100) Subject: x86 tboot: Fix c/s 19577 X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~13676 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=64b50fa83aff7d6078406603ca2da6cd50ba1235;p=xen.git x86 tboot: Fix c/s 19577 Signed-off-by: Shane Wang --- diff --git a/xen/arch/x86/tboot.c b/xen/arch/x86/tboot.c index 54075c21c5..9709553e4f 100644 --- a/xen/arch/x86/tboot.c +++ b/xen/arch/x86/tboot.c @@ -311,7 +311,6 @@ void tboot_shutdown(uint32_t shutdown_type) /* per-cpu data */ g_tboot_shared->mac_regions[2].start = (uint64_t)__pa(&__per_cpu_start); g_tboot_shared->mac_regions[2].size = - g_tboot_shared->mac_regions[2].start + (((uint64_t)last_cpu(cpu_possible_map) + 1) << PERCPU_SHIFT); /* bss */ g_tboot_shared->mac_regions[3].start = (uint64_t)__pa(&__bss_start);